051104-[1447].sql 150 B

12
  1. -- needed only if your charater tables doesn't contains 'wantspeace' already
  2. alter table `characters` add column `wantspeace` decimal(1,0) DEFAULT 0;